//==============================================================================
// Gazlowe (Robo Goblin)_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         Visualparticle SFX N Myth Unit Birth Effect
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny GazloweRoboGoblin1_spawn
			Connect ATTACHPOINT BirthSFX hotspot
			tag SpecificSoundSet 0.01 false GazloweRoboGoblinCreation checkVisible
			length 1.50
	 }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny GazloweRoboGoblin_idle
	 }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny GazloweRoboGoblin_run
	 }
      }
   }
}
//==============================================================================
anim Attack
{
   SetSelector
   {
VariationLogic
      set hotspot
      {
         version
         {
				VisualGranny GazloweRoboGoblin_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.60 true   
               tag SpecificSoundSet 0.50 false GazloweRoboGoblinAttackSFX checkVisible
	       length 1.20
//-- end auto generated section
		
         }
			version
         {
				VisualGranny GazloweRoboGoblin_attackB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.60 true   
               tag SpecificSoundSet 0.50 false GazloweRoboGoblinAttackSFX checkVisible
	       length 1.20
//-- end auto generated section
         
	 }
			version
         {
				VisualGranny GazloweRoboGoblin_attackC
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.20 true   
               tag SpecificSoundSet 0.10 false GazloweRoboGoblinAttackSFX checkVisible
//-- end auto generated section
         
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualNone
         }
      }
   }
}
//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny GazloweRoboGoblin_flail
	 }
      }
   }
}